home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineSprite_639 / frame_23 / DoAction.as
Text File  |  2010-11-09  |  163b  |  9 lines

  1. if(_root.hp.remaining <= 0)
  2. {
  3.    gotoAndStop("idle");
  4.    play();
  5. }
  6. woot = _root.infstr * 50;
  7. woote = _root.arstr * 50;
  8. _root.hp.remaining -= woot + woote;
  9.